html, body {
  height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #f8f9fa;
}

#map {
  height: 400px;
  width: 100%;
  margin-top: 20px;
  border: 2px solid #0d6efd;
  border-radius: 8px;
}

footer {
  background-color: #0d6efd;
  color: white;
  text-align: center;
  padding: 10px;
  margin-top: auto; /* Ganti dari 40px ke auto */
}